- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating device ttyd0p0
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
01-05-2005 09:35 PM
01-05-2005 09:35 PM
Creating device ttyd0p0
I cannot seemed to create device file ttyd0p0. When i use sam to create a new modem, I get ttyd2p0. There is only a console in the device listing under sam and I don't understand why system only allows me to create using Port 2 or 4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 09:42 PM
01-05-2005 09:42 PM
Re: Creating device ttyd0p0
as root,
cd /dev
mknod tty0p0 c 1 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 12:57 AM
01-13-2005 12:57 AM
Re: Creating device ttyd0p0
Actually I am trying to get the communication link up between the HP server and the MGE UPS. I am connecting the UPS to the HP server through the 3-head cable from HP on the UPS serial port.
The MGE UPS default configuration is using tty0p0 but somehow it keeps failing me saying communication lost. Anyone has similiar encounter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 01:01 AM
01-13-2005 01:01 AM
Re: Creating device ttyd0p0
# ps -ef | grep tty0p0
should give you something like
root 2338 1 0 Jan 11 tty0p0 0:00 /usr/sbin/getty -h tty0p0 9600
this example shows that the port is operating at 9600 baud. If you do have a getty running, check the rate you UPS is expecting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 02:04 AM
01-13-2005 02:04 AM
Re: Creating device ttyd0p0
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 01:58 PM
01-25-2005 01:58 PM
Re: Creating device ttyd0p0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 09:20 PM
01-25-2005 09:20 PM
Re: Creating device ttyd0p0
1) type kermit
2) at the prompt type: set line /dev/tty0p0
3) set speed
4) connect
5) now type ups commands, check the manual to find out what you can use.
6) when finished use Ctrl \C to get back to the kermit prompt
7) type exit
regards,
Darren.