- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing HPUX 11.1 workstation from the network
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
08-19-2002 10:29 AM
08-19-2002 10:29 AM
Removing HPUX 11.1 workstation from the network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 10:37 AM
08-19-2002 10:37 AM
Re: Removing HPUX 11.1 workstation from the network
DocID=KBRC00002373
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058693954
Hope it helps ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 10:38 AM
08-19-2002 10:38 AM
Re: Removing HPUX 11.1 workstation from the network
Basically to make your box standalone, all you need to do is disabling all the active network cards on the box. Log on to the box as root locally then start sam > Networking and Communications > Network Interface Cards.
Select one card at the time and righ-click on it to activate a menu from which you can select "Disable". Do the same for other cards.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 10:50 AM
08-19-2002 10:50 AM
Re: Removing HPUX 11.1 workstation from the network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:05 AM
08-19-2002 11:05 AM
Re: Removing HPUX 11.1 workstation from the network
You can check and carefully remove each components - NIS configurations, NFS configurations etc. You can also try setting this system's IP_ADRESS to a different subnet which is out of range too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:08 AM
08-19-2002 11:08 AM
Re: Removing HPUX 11.1 workstation from the network
Check /etc/rc.config.d/namesvrs file for NIS client, slave or server set to equal 1. Change that to zero, so that the services do not try to start upon reboot.
Check /etc/rc.config.d/nfsconf for the similar information and perform the same steps.
Stop the applications manually
#/sbin/init.d/nfs.client stop
#/sbin/init.d/nfs.server stop
#/sbin/init.d/nis.client stop
#/sbin/init.d/nis.server stop
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 11:09 AM
08-19-2002 11:09 AM
Re: Removing HPUX 11.1 workstation from the network
NFS_CLIENT=0
NFS_SERVER=0
PCNFS_SERVER=0
AUTOMOUNT=0
START_MOUNTD=0
in /etc/rc.config.d/nfsconf to speed up the boot time (just like what's mentioned in the doc). On top of that you got to take care of "namesvrs" to disable your NIS services.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 12:40 PM
08-19-2002 12:40 PM
Re: Removing HPUX 11.1 workstation from the network
without having read that document, my advise would be quite contrary to the rest (hey, I love that ;-)
- keep your LANIC configurations as they (that won't hurt, the will be simply "operativly down")
- unconfigure the USE of network resources:
-- /etc/resolv.conf # rename or remove it
-- /etc/nsswitch.conf # modify it ot ONLY use files
-- /etc/fstab # delete or comment out all references to NFS server (except your local station itself)
-- /etc/rc.config.d/netconf # get rid of NIS and such
Now unplug your LANICs and reboot
- does it come up?
- can you log in?
If it hangs simply plugin the LANICs and you should be able to correct it...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 12:10 AM
08-20-2002 12:10 AM