Sponsored Content
Operating Systems AIX brisque impose 43P 150 aix version 4 HELP!!!!!!!! Post 302482124 by zxmaus on Monday 20th of December 2010 04:53:31 PM
Old 12-20-2010
if you mean boot into service mode / sms menu - press 5 (keyboard, not numblock) or F5


Regards
zxmaus
 

9 More Discussions You Might Find Interesting

1. AIX

43p 120

I have acquired a 43p 120 (7248-120) and I have two questions: Can anyone remember what is the highest version of AIX which I can install (5.1 I believe) and Can anyone remember how to boot this from the CDROM (boot floppy?) (1 Reply)
Discussion started by: johnf
1 Replies

2. AIX

AIX Version 4 Bacup - HELP!

I am TOTALy new to Unix. One of the internal tapes will be replaced by an external one today. I don't even know where to start....how is the install done and how do I redirect the backup to the new external tape drive? Please help - anyone? (3 Replies)
Discussion started by: aneta0803
3 Replies

3. AIX

AIX Trial Version

Hello, I'm now trying to learn AIX and I found lot of used AIX machines in ebay. I want to clear some doubts before I go for one. 1)Do I need a license to run an AIX machine? 2)Is there any Trial versions available? 3)Some Old Models of AS400 machines( model 150) don't need a license... (1 Reply)
Discussion started by: secofr
1 Replies

4. AIX

AIX version

Hi all Can any1 tell me how to check the AIX version on my server. I have used uname -a but it does not give a specific version number. (4 Replies)
Discussion started by: masquerer
4 Replies

5. AIX

Help me explain mean of AIX Version ?

Anyone can help me explain the mean of AIX 5L 5.3 ML3 I don't know "what re - 5L mean and ML3 mean " Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

6. AIX

aix version 5

I have been given multiple years of login files to determine workload. How do I determine the year in regards to the login. This is what is looks like now. witkoaxdm/_0Sep 13 07:45 still logged in. thank you (1 Reply)
Discussion started by: wildchild
1 Replies

7. Infrastructure Monitoring

AIX - snmpd version

Hi, I have a P595 server with AIX 5.3 and i need to know what version of snmpd i use on this: Example: On solaris i use Net-snmpd 5.4.2.1 (netsnmp-5.4.2.1-sol9-sparc-local) because i can see the package. How can i see what snmpd package is installed on the AIX? Thanks... (3 Replies)
Discussion started by: anonymouzz
3 Replies

8. UNIX for Advanced & Expert Users

HACMP version for AIX 6.1

Hello. We are using AIX 5.3 with HACMP 5.4.1. At this moment AIX and clustering are using 2 servers. A third server is added. It does not seem to work with HACMP. Are there any controle checks? Thank you if you could help. Regards, Ynze van Aken Netherlands (0 Replies)
Discussion started by: yvanaken
0 Replies

9. UNIX for Dummies Questions & Answers

error message risc 43p model 150

hello, i am new to this forum and i really could use some help, we have a risc 43p model 150 ibm server and we run prophet 21 on it. after the box boots up and then we activate prophet 21 we get a error message saying "The data space of the process is not enough for the shm segment (1176) │ ... (1 Reply)
Discussion started by: mrhose
1 Replies
tmserver(1)						      Translate Toolkit 1.3.0						       tmserver(1)

NAME
tmserver - a Translation Memory server, SYNOPSIS
tmserver --bind=HOSTNAME --port=PORT [--tmdb=TMDBFILE] [--import-translation-file=TMFILE [--import-source-lang=SOURCE_LANG] [--import-tar- get-lang=TARGET_LANG]] Where TMDBFILE is the sqlite database file containing tmdb translation memory data, if not specified a new temporary database is created, and TMFILE is a translation file (po, xliff, etc.) that should be imported into the database (mostly useful when no tmdb file is speci- fied). DESCRIPTION
tmserver is a Translation Memory service that can be queried via HTTP using a simple REST like URL/http and data is exchanged between server and client encoded in JSON. OPTIONS
-h, --help show this help message and exit -d TMDBFILE, --tmdb=TMDBFILE translation memory database -f TMFILES, --import-translation-file=TMFILE translation file to import into the database -t TARGET_LANG, --import-target-lang=TARGET_LANG target language of translation files -s SOURCE_LANG, --import-source-lang=SOURCE_LANG source language of translation files -b BIND, --bind=HOSTNAME address to bind server to -p PORT, --port=PORT port to listen on EXAMPLE
The easiest way to run the server for testing is to pass it a large translation file (maybe generated by pocompendium) to create a tmdb database on the fly. tmserver -b localhost -p 8080 -f compendium.po -s en_US -t ar The server can be queried using a webbrowser. The url would be http://HOST:PORT/tmserver/SOURCE_LANG/TARGET_LANG/unit/STRING So to see suggestions for "open file" try the url http://localhost:8080/tmserver/en_US/ar/unit/open+file Translate Toolkit 1.3.0 tmserver(1)
All times are GMT -4. The time now is 01:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy