- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NEWBIE: Needs help setting up Intranet/Interne...
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
05-01-2000 04:25 AM
05-01-2000 04:25 AM
NEWBIE: Needs help setting up Intranet/Internet on Cable...
installation of an IP address, etc. I have it running stand-alone.
Now that I have Cable Modem and a router, I want to add the HP9000 onto my
Intranet/Internet. I forgot the instructions for doing so. Can anyone help?
I cannot seem to find the information on it in either help system.
I have not upgraded the OS to 10.x, still running 9.x..
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2000 09:55 PM
05-01-2000 09:55 PM
Re: NEWBIE: Needs help setting up Intranet/Internet on Cable...
/etc/netlinkrc and /etc/hosts file, or I believe you can run #set_parms.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2000 08:48 AM
05-02-2000 08:48 AM
Re: NEWBIE: Needs help setting up Intranet/Internet on Cable...
Thanks for your help. I typed SAM and had "not found" as the response. I then
tried sam, and got the same.
Now, I typed #set_param, and if the OS accepted it, I do not know because
nothing happened. If I type set_param, I get an error.
I appreciate your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2000 11:43 PM
05-10-2000 11:43 PM
Re: NEWBIE: Needs help setting up Intranet/Internet on Cable...
/usr/sbin/sam
at the shell prompt.
Similarly set_parms is in /sbin/set_parms
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 10:30 AM
02-12-2001 10:30 AM
Re: NEWBIE: Needs help setting up Intranet/Internet on Cable...
That being said, there are many other problems with JUST assigning an IP address and hoping the cable modem will work.
First, MY cable provider requires DHCP. ( I have bypassed this, but many dont allow you to).
Next, my DHCP server requires HOSTNAME and DOMAIN NAME resolution from the client. I.E. When connecting to the DHCP server, my box passes the output of /usr/bin/hostname and the domain as defined in resolv.conf. Once these are passed, then I get an IP address.
Since CABLE companies deal mostly with Windblows, there are some differences you need to know. UNIX is case sensative with EVERYTHING. Windblows is UNICASE for Networking. You may be assigned the hostname "CABLE444" from the cable company. This needs to be "cable444".
I would recommend that you use "/sbin/set_parms" to change all information for hostname, domain name, and networking unless you KNOW what your doing. SAM does not always change boot files correctly, so use with caution.
Also, make sure that you don't confuse NIS domain name with DNS domain name. This can not be configured untill your NIC is working and you can talk to your cable modem properly.
Regards,
Shannon