Sponsored Content
Operating Systems AIX Install EN_GB UTF-8 on AIX 5.3 Post 302900270 by bakunin on Tuesday 6th of May 2014 03:04:54 AM
Old 05-06-2014
Quote:
Originally Posted by ibmtech
If you use NIM server, then it is the answer.
I think locales cannot be directly installed via NIM - at least not to my knowledge. You can NFS-export the "/exports" directory (or some subset thereof) from the NIM server, NFS-mount it on the client and then do like you described above. This is actually what we do as it is the closest you can come to a real NIM-installation.

You do not need to reboot.

I hope this helps.

bakunin

Last edited by bakunin; 05-06-2014 at 05:20 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Can I Install AIX 4.3.3 on a PC?

Would it be possible to install AIX ver 4.3.3 on a Pc so I can Practice commands and become familiar with the system? Is there anything special that i would have to do? Thanks Frank (1 Reply)
Discussion started by: wumagic
1 Replies

2. Solaris

en_GB.UTF-8 locale - which Solaris package?

Hi, I need to locate the Solaris package that installs the en_GB.UTF-8 package in /usr/lib/locale. Can anyone tell me which package it is? I have installed all the locale related packages i can see from the Solrais 8 media but none contain the required locale. My problem is that i can... (1 Reply)
Discussion started by: kitzel
1 Replies

3. AIX

How do I install bos.loc.iso.en_GB?

Hi, I need to install the package bos.loc.iso.en_GB on an AIX 5.3 server but try as I might I cannot find the file which contains this package. I have all the AIX 5.3 CDs and also the majority of the packages installed locally on the server. If I create a .toc file from the local packages I... (3 Replies)
Discussion started by: m223464
3 Replies

4. AIX

Install sudo on AIX 5.3

I'm trying to install sudo on AIX 5.3. I don't have a compiler on my machine, so I was trying to find a binary. The one found at http://www.bullfreeware.com/listaix52.html that is supposed to work for 5.3 even though it was compiled on 5.2. The issue is I'm new to AIX and could not figure out how... (3 Replies)
Discussion started by: sphericon
3 Replies

5. AIX

How to install depots in AIX 5.3

Hi, I want to install gcc-4.2.3-hppa-11.11.depot in AIX 5.3... In HP-UX we have a command swinstall to via UI we can install depots... so is there any command to install depots in AIX? Thanks, (3 Replies)
Discussion started by: meeraramanathan
3 Replies

6. AIX

how to install fonts in AIX

Dear Friends, Please help me out to install fonts in AIX. I am new to AIX. Thanks in advance. Regards, dba (2 Replies)
Discussion started by: aix.dba
2 Replies

7. AIX

How to print UTF-8 from AIX (lp)

Hello everyone! I have a problem with printing ru_RU.UTF-8 from AIX using lp command. #locale -a C POSIX RU_RU.UTF-8 RU_RU en_US.8859-15 en_US.ISO8859-1 en_US ru_RU.ISO8859-5 ru_RU #locale LANG=en_US.UTF-8 LC_COLLATE=RU_RU.UTF-8 LC_CTYPE=RU_RU.UTF-8 LC_MONETARY="en_US" (3 Replies)
Discussion started by: burnAF
3 Replies

8. AIX

AIX base OS install

Hello, I'm trying to install AIX 7.1 on a machine. Unfortunately I forgot to load volume 2 DVD, but the server works fine. Was wondering, what all the contents will be in volume 2? And I tried loading it after the complete reboot but the blade is not recognizing the volume2 DVD. Please let... (6 Replies)
Discussion started by: pjeedu2247
6 Replies

9. Linux

Help to Convert file from UNIX UTF-8 to Windows UTF-16

Hi, I have tried to convert a UTF-8 file to windows UTF-16 format file as below from unix machine unix2dos < testing.txt | iconv -f UTF-8 -t UTF-16 > out.txt and i am getting some chinese characters as below which l opened the converted file on windows machine. LANG=en_US.UTF-8... (3 Replies)
Discussion started by: phanidhar6039
3 Replies

10. UNIX for Beginners Questions & Answers

Convert files to UTF-8 on AIX 7.1

Dears, I have a shell script - working perfectly on Oracle Linux - that detects the encoding (the charset to be exact) of the files in a specified directory using the "file" command (The file command outputs the charset in Linux, but doesn't do that in AIX), then if the file isn't a UTF-8 text... (4 Replies)
Discussion started by: JeanM-1
4 Replies
SHOWMOUNT(8)						      System Manager's Manual						      SHOWMOUNT(8)

NAME
showmount - show mount information for an NFS server SYNOPSIS
showmount [ -adehv ] [ --all ] [ --directories ] [ --exports ] [ --help ] [ --version ] [ host ] DESCRIPTION
showmount queries the mount daemon on a remote host for information about the state of the NFS server on that machine. With no options showmount lists the set of clients who are mounting from that host. The output from showmount is designed to appear as though it were pro- cessed through ``sort -u''. OPTIONS
-a or --all List both the client hostname or IP address and mounted directory in host:dir format. This info should not be considered reliable. See the notes on rmtab in rpc.mountd(8). -d or --directories List only the directories mounted by some client. -e or --exports Show the NFS server's export list. -h or --help Provide a short help summary. -v or --version Report the current version number of the program. --no-headers Suppress the descriptive headings from the output. SEE ALSO
rpc.mountd(8), rpc.nfsd(8) BUGS
The completeness and accuracy of the information that showmount displays varies according to the NFS server's implementation. Because showmount sorts and uniqs the output, it is impossible to determine from the output whether a client is mounting the same directory more than once. AUTHOR
Rick Sladkey <jrs@world.std.com> 6 October 1993 SHOWMOUNT(8)
All times are GMT -4. The time now is 01:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy