HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- XFS (again sorry!)
Operating System - HP-UX
1834000
Members
2092
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-06-2001 12:37 PM
04-06-2001 12:37 PM
Dear all,
After my previous adventures with the XFS were kindly answered, could anyone shed any light on the following.
I have set up the font directories, ammended the xfs config files and done everything else suggested here previously, however................
Upon giving the server a ./xfs start (in /sbin/init.d/) it returns the following error which I can't get around!
/usr/bin/X11/xfs error: Fatal font server error!
/usr/bin/X11/xfs error: Cannot establish any listening sockets
./xfs[27]: 12432 Abort
I assumed that it might need an inetd -c and a port adding in /etc/services, but this proved fruitless. I did remember to set the rc.config.d/xfs to a one though ;-)
Once again, any tips / comments or how-to pointers greatly appreciated!!!!!
-ChaZ-
After my previous adventures with the XFS were kindly answered, could anyone shed any light on the following.
I have set up the font directories, ammended the xfs config files and done everything else suggested here previously, however................
Upon giving the server a ./xfs start (in /sbin/init.d/) it returns the following error which I can't get around!
/usr/bin/X11/xfs error: Fatal font server error!
/usr/bin/X11/xfs error: Cannot establish any listening sockets
./xfs[27]: 12432 Abort
I assumed that it might need an inetd -c and a port adding in /etc/services, but this proved fruitless. I did remember to set the rc.config.d/xfs to a one though ;-)
Once again, any tips / comments or how-to pointers greatly appreciated!!!!!
-ChaZ-
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 01:48 PM
04-06-2001 01:48 PM
Solution
Is "xfs" already running?
# ps -ef|grep xfs
If so, you'll need to stop it first.
Otherwise, make sure that /var/spool/sockets has permissions of 777. Also, "xfs" defaults to using port 7100, but the HP-UX startup script overrides this to use 7000.
If you have a copy of lsof, try this:
# lsof -i tcp:7000
# lsof -i tcp:7100
If you see an entry like:
...... TCP *:7000
and it's not "xfs", then something else is using the port.
If you don't have "lsof", you can try:
# netstat -an |grep 7000
looking for:
tcp ..... *.7000 .... *.* .... LISTEN
Unfortunately, this won't mention the PID or proc name.
"lsof" is available form one of the HP-UX SW Porting Archives:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.55/
# ps -ef|grep xfs
If so, you'll need to stop it first.
Otherwise, make sure that /var/spool/sockets has permissions of 777. Also, "xfs" defaults to using port 7100, but the HP-UX startup script overrides this to use 7000.
If you have a copy of lsof, try this:
# lsof -i tcp:7000
# lsof -i tcp:7100
If you see an entry like:
...... TCP *:7000
and it's not "xfs", then something else is using the port.
If you don't have "lsof", you can try:
# netstat -an |grep 7000
looking for:
tcp ..... *.7000 .... *.* .... LISTEN
Unfortunately, this won't mention the PID or proc name.
"lsof" is available form one of the HP-UX SW Porting Archives:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.55/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2001 03:01 AM
04-09-2001 03:01 AM
Re: XFS (again sorry!)
Good work!!! I was loosing my rag and didn't check the obvious!!! - XFS was indeed running, thanks for the tips!
Best regards,
-ChaZ-
Best regards,
-ChaZ-
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP