- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how can access to my Server ??
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2005 03:50 AM
11-11-2005 03:50 AM
how can access to my Server ??
this cause for increment of the file syslog.log
filesystem /var/adm/syslog Full 100%
SERVER HP9000 CLASS D210,, HPUX. VER 10.11
Thanks
ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2005 04:07 AM
11-11-2005 04:07 AM
Re: how can access to my Server ??
Can you not login as root?
You need console access. Even when there are no problems you still need console access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2005 04:31 AM
11-11-2005 04:31 AM
Re: how can access to my Server ??
Terminal type is vt220
Trying 200.0.0.99... (stand her)
and make one.....ping this show
ping: sendto: Host is down
ping: wrote 200.0.0.99 64 chars, ret=-1
i can to connect one Pc to cable serial for access the server, and can giving shutdown o case clear the file syslog.log ?.
thanks
SERVER HP9000 CLASS D210
HPUX VER. 10.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2005 04:51 AM
11-11-2005 04:51 AM
Re: how can access to my Server ??
One reboot shall not clear out syslog.log but infact clear out the syslog.log prior to previous shutdown which is now with name OLDsyslog.log in the same path. If you want to clear both then after boot copy OLDsyslog.log to some convenient place and then null redirect it.
If the size of current syslog.log is quite big then this will give some additional space.
The important thing is to see the contents of syslog.log? It should not be that big indeed.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2005 05:07 AM
11-11-2005 05:07 AM
Re: how can access to my Server ??
On a D210, set the key to service and do a cntl-b> TC.
This will reboot the system as well as save a dump file that your local HP engineers can troubleshoot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2005 12:52 AM
11-12-2005 12:52 AM
Re: how can access to my Server ??
We reboot nightly to clear logs.. Syslog grows until reboot or manual rotation..
/var space allocation may require you resize the volume..
Someone suggested moving the syslog to OLD, this is done on reboot, however if space constraints, moving the old logs will be key to getting your system back up.
Housekeeping is one of the noble truths to Unix adm. zeroing logs, removing old files (like tar,gz, *Z)
I have an N-Class, and one time the GSP Logs were filled, I couldn't reboot through normal processes, I had to crash the system. What a pain. I went into GSP and cleared the log, and shut off auditing, Auditing is one thing that will fill up syslogs pretty quick.
Just a thought or two that might or might not help in your situation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2005 01:21 AM
11-12-2005 01:21 AM
Re: how can access to my Server ??
Let me understand, your filesystem is full, correct, not the syslog file. In this case a simple reboot is not going to resolve your problem. Reboot does clear the log, but will move the syslog as OLDsyslog before clearing it.
What u can do is to reboot in single user mode, mount the /var and clear it off. Then bringup the system.
Next time onwards ensure that u do a proper and regular monitoring and cleaing of filesystems.
You can download online Server monitoring tools like 'BigBrother' freewares. And also you can make some automised scripts which will take care of log pruging, which runs once in a month or two.
Regards,
Sunil