- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Xterm problem in UX11 machine
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-12-2004 11:31 PM
01-12-2004 11:31 PM
I have a machine of configuration
HP-UX mars B.11.20 U ia64 1865879866
While telneting to the machine it is showing the following mesege
**************************************
Set terminal type to `98550' for console login.
`xterm' terminal type is not supported.
TERM = (98550)
Erase is Backspace6C64C72C80C88C
Kill is Ctrl-U
$
*************************************
while opening an xterm it is showing error
$ xterm
xterm: no available ptys
even we are able to take log of console
$ script
Script started, file is typescript
script: Error opening /dev/ptym/clone: No such device could not reset pty ownership and access mode
Waiting for the help from you.
Regards,
Sugata
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 11:43 PM
01-12-2004 11:43 PM
SolutionCheck below doc,
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955747
Document description: xterm and hpterm give error: no ptys available or malloc failed
Document id: KBRC00004782
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 02:05 PM
01-13-2004 02:05 PM
Re: Xterm problem in UX11 machine
Thank you very much for your help. I have gone through the doc. my system is not showing the driver ptym or ptys. Please let me know how to install those files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 02:23 PM
01-13-2004 02:23 PM
Re: Xterm problem in UX11 machine
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system
if not included add these items and values toward the bottom of the file.
npty 512
nstrtel 512
nstrpty 512
Save the file
# mk_kernel -s system (generates a new kernel)
# kmupdate
Reboot your system
# cd /
# shutdown -r -y now
After the reboot, run the following commands to generate the new pty's
# cd /dev
# insf â d pty â s 1024 â e â v
# insf â d ptm â s 1024 â e â v
# insf -d telm â s 1024 â e â v
# insf -d tels â s 1024 â e -v
I am assuming that the command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 02:50 PM
01-13-2004 02:50 PM
Re: Xterm problem in UX11 machine
Thanx.
I have changed the kernel configuration. But as users are connected to the system I need some time to reboot the system. Can you please re-type the insf commands once more as those are not properly copied.
Thanx onec more.
Sugata