Webadmin for NetSUS -- missed

ukspvmalapati
New Contributor III

Hey All,
Hope all are doing well. Need suggestions on this.
For some reason not able to login NetSUS webconsole. Checked list of users cut -d: -f1 /etc/passwd , surprisingly , there is no webadmin account listed.

Please suggest on this.

1 ACCEPTED SOLUTION

ukspvmalapati
New Contributor III

Thanks @mark.mahabir -- this helped me a lot.

I did spend few hours to analyse the issue and found this is an issue with disk space. And After adding some more space able to login.

try these steps guys -- just FYI -- I know you guys are genius.

1) df -h -- will provide occupied size of the server
2) sudo vgdisplay -- will have details of occupied and free space
3) sudo lvextend -l +100%FREE /dev/mapper/NetSUS-root --- to assign 100% of your free space to server volume
4) sudo resize2fs -p /dev/mapper/NetSUS-root -- this will extend the partion
5) sudo vgdisplay -- check free space available now -- it should be 0% now.

View solution in original post

6 REPLIES 6

ukspvmalapati
New Contributor III

Adding to the above one-- can we delete deprecated packages from Netsus server? am using 4.0 version

mark_mahabir
Valued Contributor

When we last ran into this issue, it was all down to disk space.

ukspvmalapati
New Contributor III

Thanks @mark.mahabir -- this helped me a lot.

I did spend few hours to analyse the issue and found this is an issue with disk space. And After adding some more space able to login.

try these steps guys -- just FYI -- I know you guys are genius.

1) df -h -- will provide occupied size of the server
2) sudo vgdisplay -- will have details of occupied and free space
3) sudo lvextend -l +100%FREE /dev/mapper/NetSUS-root --- to assign 100% of your free space to server volume
4) sudo resize2fs -p /dev/mapper/NetSUS-root -- this will extend the partion
5) sudo vgdisplay -- check free space available now -- it should be 0% now.

ukspvmalapati
New Contributor III

can we delete deprecated packages from Netsus server? -- still didn't got the solution

mark_mahabir
Valued Contributor

Does the solution here help at all?

ukspvmalapati
New Contributor III

@mark.mahabir - Yes that worked just to remove deprecated entries from Branches.