configuring same /bash for 4 computer which is thin client
i m doing project on LAN TELEPHONY in Red Hat linux
i have files as datbase to store the user name and passeord an all other information. Now i have thin client at my college. so to access /dev/dsp for audio is not possible on server.
So i have written code which run on /base since it has some root previlage on local machine. Now as i have used file for database i m not able to access the file from different /bash since all local machine has it's own /bash .
Is there any way to access file from different /bash so that other user login from one client can read/write data in other /bash file
i.e make entry in masterdb.lst file which contain registerd user list
hope there is way out else i have to change the whole code.
please help me out . i have to submitt this project by end of March.
Hello!
I acquired a Sun Ray 1g thin client and i want to connect it to my Linux machine but i m having some difficulty finding software for it (sun ray server).
After some recearch i fount that the software can be downloaded from Oracle ,but only if i have support for it ,which i dont :p.Also i... (2 Replies)
I have old pc with 1gb ram
and i wont to convert him to thin clint to connect rdp windos
With software i need to install on my computer?
I am new in linux..
Sent from my SM-J5108 using Tapatalk (10 Replies)
We are running sendmail-8.13.4 on AIX.
I need to update the configuration and make sendmail act as a relay client only, meaning it will only be used to send mail out of the host and NOT accept mail.
Here is my client.mc config:
include(`/usr/samples/tcpip/sendmail/m4/cf.m4')... (5 Replies)
Hi,
I want to send an email from server to my gmail account for all critical messages reported in the server. Kindly help me in configuring the same.
Regards
Rochit (1 Reply)
Dear all,
We have SMTP server in our organization & i want to send e-mails from solaris machine using sendmail ... in which file i need to put the smtp server ip, username & passwd..
kindly help ....... (4 Replies)
I need to configure an NTP daemon on a "bridge-PC" connected on 2 LANs. It is expected to read the correct time on a time server on the first LAN and behave as a server for the second LAN.
Can I do both the things with ntpd?
In other words, is ntpd able to work as client and server at the same... (3 Replies)
THIN_METADATA_SIZE(8) System Manager's Manual THIN_METADATA_SIZE(8)NAME
thin_metadata_size - thin provisioning metadata device/file size calculator.
SYNOPSIS
thin_metadata_size [options]
DESCRIPTION
thin_metadata_size calculates the size of the thin provisioning metadata based on the block size of the thin provisioned devices, the size
of the thin provisioning pool and the maximum number of all thin prisioned devices and snapshots. Because thin provisioning pools are
holding widely variable contents, this tool is needed to provide sensible initial default size.
-b, --block-size BLOCKSIZE[bskKmMgGtTpPeEzZyY]
Block size of thin provisioned devices in units of bytes,sectors,kilobytes,kibibytes,... respectively. Default is in sectors with-
out a block size unit specifier. Size/number option arguments can be followed by unit specifiers in short one character and long
form (eg. -b1m or -b1megabytes).
-s, --pool-size POOLSIZE[bskKmMgGtTpPeEzZyY]
Thin provisioning pool size in units of bytes,sectors,kilobytes,kibibytes,... respectively. Default is in sectors without a pool
size unit specifier.
-m, --max-thins #[bskKmMgGtTpPeEzZyY]
Maximum sum of all thin provisioned devices and snapshots. Unit identifier supported to allow for convenient entry of large quanti-
ties, eg. 1000000 = 1M. Default is absolute quantity without a number unit specifier.
-u, --unit {bskKmMgGtTpPeEzZyY}
Output unit specifier in units of bytes,sectors,kilobytes,kibibytes,... respectively. Default is in sectors without an output unit
specifier.
-n, --numeric-only [short|long]
Limit output to just the size number with the optional unit specifier character/string.
-h, --help
Print help and exit.
-V, --version
Output version information and exit.
EXAMPLES
Calculates the thin provisioning metadata device size for block size 64 kilobytes, pool size 1 terabytes and maximum number of thin provi-
sioned devices and snapshots of 1000 in units of sectors with long output:
thin_metadata_size -b64k -s1t -m1000
Or (using the long options instead) for block size 1 gigabyte, pool size 1 petabytes and maximum number of thin provisioned devices and
snapshots of 1 million with numeric only output in units of gigabytes:
thin_metadata_size --block-size=1g --pool-size=1p --max-thins=1M --unit=g --numeric-only
Same as before (1g,1p,1M,numeric-only) but with unit specifier character appended:
thin_metadata_size --block-size=1giga --pool-size=1petabytes --max-thins=1mebi --unit=g --numeric-only=short
Or with unit specifier string appended:
thin_metadata_size --block-size=1giga --pool-size=1petabytes --max-thins=1mebi --unit=g -nlong
DIAGNOSTICS
thin_metadata_size returns an exit code of 0 for success or 1 for error.
SEE ALSO thin_dump(8)thin_check(8)thin_repair(8)thin_restore(8)thin_rmap(8)AUTHOR
Joe Thornber <ejt@redhat.com>
Heinz Mauelshagen <HeinzM@RedHat.com>
Red Hat, Inc. Thin Provisioning Tools THIN_METADATA_SIZE(8)