- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM - found problem , need a fix for it
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
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
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
тАО07-12-2001 11:23 AM
тАО07-12-2001 11:23 AM
SAM - found problem , need a fix for it
state sam is slow...takes 25 minutes to get
to choices and another 20 after you make it.
also swlist bombs saying can't find hostname.
As a test I moved my resolv.conf and nsswitch
file out of the way and put my hostname and IP
address in the /etc/hosts file.
(In our etc/hosts we only have loopback addr
and dns servers address.)
SAM worked like a charm and so did swlist.
Moved the files back and everything messes
up again.
Popped my 10.2OS disk back in and when that
is in su state sam and swlist work fine...
What am I missing somewhere????
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2001 11:47 AM
тАО07-12-2001 11:47 AM
Re: SAM - found problem , need a fix for it
In single user mode you don't have any networking daemons running so your DNS won't work. Without your hostname being in the local /etc/hosts file, SAM can't resolve the hostname when DNS is down. Unless there is a real good reason for it, I'd at least put your hostname/IP address entry in the /etc/hosts file.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2001 11:48 AM
тАО07-12-2001 11:48 AM
Re: SAM - found problem , need a fix for it
set_parms hostname
to set it
set_parms
will show a list of things that can be set, like IP address and network info.
My gateway IP was the same as the system for
some unknown reason after I did an install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2001 11:52 AM
тАО07-12-2001 11:52 AM
Re: SAM - found problem , need a fix for it
John is correct. At a very minimum I always put the loopback address and the host name in /etc/hosts for just this reason.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2001 10:54 PM
тАО07-12-2001 10:54 PM
Re: SAM - found problem , need a fix for it
I suggest do not use SAM or swlist/swinstall in single user mode because you need to mount all filesystems and start all necessary daemons to get them going. So it's easyier to be in multi user mode. So you get in single user mode in trouble with all networking topics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2001 02:18 AM
тАО07-13-2001 02:18 AM
Re: SAM - found problem , need a fix for it
Hi
If U want to run SAM in single usermode, first set IP and hostname details thru set_parms. Otherwise come to runlevel 3 and run SAM.
shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2001 05:30 AM
тАО07-13-2001 05:30 AM
Re: SAM - found problem , need a fix for it
have You tried to do "hostname localhost" in
single user mode before trying to use SAM ?! I also noticed that if You make any changes to /etc/hosts and try to use swlist/swinstall -toos after that You should stop/start the swagentd-daemon ?!?!
-- Juha --
PS: there are also in swinstall-options a possibility to take the "mount all filesystem" oftion off .. Makes life much easier if the situation where You run the swinstall is not the standard one ... I also agree thet usually running sw-tools is much easier in multiuser mode because the tools are "designed" so that they assumes that lan is up and running ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2001 06:15 AM
тАО07-13-2001 06:15 AM
Re: SAM - found problem , need a fix for it
Running sam in single user mode ???.. Naaa !! not possible !! As shahul said , once you set host name & ipaddress also ,it will not . As sam will look for the official host name of your machine , which is not present as no networking services are started.
I have a solution for you.
at single user mode do the following
#/sbin/init.d/net start
Basicaly i am starting the network services from the script.
So let's give a try
okay
best of luck
kaps (not for caps off)