- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- thank you and domain name ????
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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-30-2002 05:57 PM
07-30-2002 05:57 PM
thank you and domain name ????
but you didn't tell me how to change domain name .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:12 PM
07-30-2002 06:12 PM
Re: thank you and domain name ????
Just type
#domainname hp.com
see the link below
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xd9637d4cf554d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:36 PM
07-30-2002 06:36 PM
Re: thank you and domain name ????
method1)
# vi /etc/resolv.conf
domain hp.com
nameserver x.x.x.x
method2)
# set_parms
good luck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:43 PM
07-30-2002 06:43 PM
Re: thank you and domain name ????
domainname command is for NIS domain.
For DNS do this,
In /etc/resolv.conf
domain yourdomain.com
NO need to reboot.
and other way to set different domain name for different users logging from different domain is setting LOCALDOMAIN shell variable.
eg:
$export LOCALDOMAIN=yourdomain.com
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:57 PM
07-30-2002 06:57 PM
Re: thank you and domain name ????
e.g.
# set_parms
Usage: set_parms
Where
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
or initial (for entire initial boot-time dialog sequence)
# set_parms addl_netwrk (will set the domain information.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 06:59 PM
07-30-2002 06:59 PM
Re: thank you and domain name ????
#set_parms addl_netwrk
It will automatically make entries in the /etc/resolv.conf file.
It can be changed on the fly.
Thanks