Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problems with simultaneous access to a server Post 302112789 by Hector_Saura on Friday 30th of March 2007 08:57:57 AM
Old 03-30-2007
sysctl fs.file-max gives out no output but an error.

The content of /etc/system (The important part I think ) is:
forceload: drv/vxdmp
forceload: drv/vxio
forceload: drv/vxspec
forceload: drv/dad
forceload: drv/sd
forceload: drv/ssd
rootdev:/pseudo/vxio@0:0
set vxio:vol_rootdev_is_volume=1
* vxvm_END (do not remove)

* vxfs_START -- do not remove the following lines:
* VxFS requires a stack size greater than the default 8K.
* The following value allows the kernel stack size to be
* increased to 24K for Solaris 7, 8 and 9, and 16K for Solaris 2.6.
set lwp_default_stksize=0x6000
* vxfs_END


* vxfs_START -- do not remove the following lines:
* VxFS requires a stack size greater than the default 8K.
* The following value allows the kernel stack size to be
* increased to 24K for Solaris 7, 8 and 9, and 16K for Solaris 2.6.
set rpcmod:svc_default_stksize=0x6000
* vxfs_END


* vxfs_START -- do not remove the following lines:
* VxFS requires a stack size greater than the default 8K.
* The following value allows the kernel stack size to be
* increased to 24K for Solaris 7, 8 and 9, and 16K for Solaris 2.6.
set lwp_default_stksize=0x6000
* vxfs_END


* vxfs_START -- do not remove the following lines:
* VxFS requires a stack size greater than the default 8K.
* The following value allows the kernel stack size to be
* increased to 24K for Solaris 7, 8 and 9, and 16K for Solaris 2.6.
set rpcmod:svc_default_stksize=0x6000
* vxfs_END

set nfssrv:nfs_portmon=1
set noexec_user_stack_log=1
set noexec_user_stack=1

* Begin MDD database info (do not edit)
set md:mddb_bootlist1="dad:12:16"
* End MDD database info (do not edit)
* BEGIN ORACLE
*
forceload:sys/shmsys
forceload:sys/semsys
forceload:sys/msgsys
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=2048
set shmsys:shminfo_shmseg=2048
set semsys:seminfo_semmns=15000
set semsys:seminfo_semmni=1500
set semsys:seminfo_semmsl=1024
set semsys:seminfo_semmap=2000
set semsys:seminfo_semmnu=2000
set semsys:seminfo_semume=100
set semsys:seminfo_semopm=100
set msgsys:msginfo_msgmax=65536
set msgsys:msginfo_msgmnb=65536
set msgsys:msginfo_msgtql=1550
set msgsys:msginfo_msgseg=25088
*
* END ORACLE
*
* Begin Tuxedo
*
set semsys:seminfo_semvmx=32767
set semsys:seminfo_semaem=16384
set msgsys:msginfo_msgssz=750
set msgsys:msginfo_msgmni=100
*
* End Tuxedo
*
*
* BEGIN ASAP
*
set rlim_fd_max=2048
set pt_cnt=4096
set rstchown=0
set maxusers=1024
set max_nprocs=2048


Can you please inform what I Should change
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

FTP access problems

Current setup: I am running Solaris 8 and PROFtpd. I have my network functioning correctly. The server can be pinged from any machine on the network. There is no firewall between the client and the server. The proftpd service is running using the correct and only proftpd.conf file in standalone... (5 Replies)
Discussion started by: zbis12
5 Replies

2. UNIX for Dummies Questions & Answers

Simultaneous printing

I am running AIX 4.3 and network printing setup with HP Jetdirect. I would like to be able to send the same printout to both of the network printers at the same time. They are both PCL data stream. I have tried to make this work by linking the two print que, by the results are unpredictable. Is... (1 Reply)
Discussion started by: sjk303
1 Replies

3. UNIX for Dummies Questions & Answers

Access Problems

Hi all, newbie to forums here. There's this server with HP-UX, / partition at 100%, won't allow logins, so i've tryed to mount every possible directory through NFS, ftp, sftp, ssh, cu, rcp (to replace files i know are big with an empty one) and nothing. Any other suggestion on how to access... (1 Reply)
Discussion started by: Luis Solorzano
1 Replies

4. UNIX for Advanced & Expert Users

Is it possible to access from a server the database of another server.

Hi, I am using Teamcenter & in unix have ftpd the IMAN_DATA(unix) of the other server to this server & set all the environment variables(like ORACLE_HOME, IMAN_DATA) correctly.I have created a link that points to this path where i had ftpd the IMAN_DATA(unix).In IMAN_DATA which i had ftpd all... (1 Reply)
Discussion started by: debu
1 Replies

5. Shell Programming and Scripting

Can a script runned in local server access remote server?

Hi, Im creating a script that is supposed to run commands on remote server using sftp. My script is as below: #!/bin/ksh sftp remote_server mypassword cd /u08/mydir/allfiles mget * .. But this is what I got when I runned the script: Connecting to remote server...... (3 Replies)
Discussion started by: luna_soleil
3 Replies

6. UNIX for Dummies Questions & Answers

Access of Microsoft Team Foundation Server (TFS) repository from Unix Server

Hello, Some of our application team uses Microsoft Team Foundation server (TFS) reposity tool for their .NET projects , I would like to access it form Unix/Linux machine. Please let me know how can access the TFS from unix. Thanks (0 Replies)
Discussion started by: posix
0 Replies

7. Homework & Coursework Questions

Limit simultaneous file access

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: So my problem is: 4990 of 5000 users should be able to access a file. How can this be accomplished. 2.... (1 Reply)
Discussion started by: protiss
1 Replies

8. Shell Programming and Scripting

Multi server access through remote server using ssh

Team, Presently I have 5 ip address kept in ip_abc1 file, for each of the ip address listed, i need to login on each ipaddress one at a time and login as below for that specific ip address ssh -p 8101 karaf@<ip.address_for the specific ip address as logged in> password features:list... (4 Replies)
Discussion started by: whizkidash
4 Replies

9. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

10. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies
system(4)							   File Formats 							 system(4)

NAME
system - system configuration information file DESCRIPTION
The system file is used for customizing the operation of the operating system kernel. The recommended procedure is to preserve the original system file before modifying it. The system file contains commands which are read by the kernel during initialization and used to customize the operation of your system. These commands are useful for modifying the system's treatment of its loadable kernel modules. The syntax of the system file consists of a list of keyword/value pairs which are recognized by the system as valid commands. Comment lines must begin with an asterisk (*) or a hash mark (#) and end with a newline character. All commands are case-insensitive except where noted. Commands that modify the system's operation with respect to loadable kernel modules require you to specify the module type by listing the module's namespace. The following namespaces are currently supported on all platforms: drv Modules in this namespace are device drivers. exec Modules in this namespace are execution format modules. The following exec modules are currently provided: Only on SPARC system: aoutexec Only on x86 system: coffexec On SPARC and IA systems: elfexec intpexec javaexec fs These modules are filesystems. sched These modules implement a process scheduling algorithm. strmod These modules are STREAMS modules. sys These modules implement loadable system-call modules. misc These modules do not fit into any of the above categories, so are considered "miscellaneous" modules. SPARC only: dacf These modules provide rules and actions for device auto-configuration. tod These modules provide support for the time of day hardware. cpu These modules provide CPU-specific kernel routines. A description of each of the supported commands follows: exclude: <namespace>/<modulename> Do not allow the listed loadable kernel module to be loaded. exclude commands are cumulative; the list of modules to exclude is created by combining every exclude entry in the system file. include: <namespace>/<modulename> Include the listed loadable kernel module. This is the system's default, so using include does not modify the system's operation. include commands are cumulative. forceload: <namespace>/<modulename> Force this kernel module to be loaded during kernel initialization. The default action is to automatically load the kernel module when its services are first accessed. forceload commands are cumulative. rootdev: <device name> Set the root device to the listed value instead of using the default root device as supplied by the boot program. rootfs: <root filesystem type> Set the root filesystem type to the listed value. moddir: <first module path>[[{:, }<second ...>]...] Set the search path for loadable kernel modules. This command operates very much like the PATH shell variable. Multiple directories to search can be listed together, delimited either by blank spaces or colons. set [<module>:]<symbol> {=, |, &} [~][-]<value> Set an integer or character pointer in the kernel or in the selected kernel module to a new value. This command is used to change ker- nel and module parameters and thus modify the operation of your system. Assignment operations are not cumulative, whereas bitwise AND and OR operations are cumulative. Operations that are supported for modifying integer variables are: simple assignment, inclusive bitwise OR, bitwise AND, one's comple- ment, and negation. Variables in a specific loadable module can be targeted for modification by specifying the variable name prefixed with the kernel module name and a colon (:) separator. Values can be specified as hexadecimal(0x10), Octal(046), or Decimal(5). The only operation supported for modifying character pointers is simple assignment. Static string data such as character arrays cannot be modified using the set command. Use care and ensure that the variable you are modifying is in fact a character pointer. The set com- mand is very powerful, and will likely cause problems if used carelessly. The following escape sequences are supported within the quoted string: (newline) (tab)  (backspace) EXAMPLES
Example 1 A sample system file. The following is a sample system file. * Force the ELF exec kernel module to be loaded during kernel * initialization. Execution type modules are in the exec namespace. forceload: exec/elfexec * Change the root device to /sbus@1,f8000000/esp@0,800000/sd@3,0:a. * You can derive root device names from /devices. * Root device names must be the fully expanded Open Boot Prom * device name. This command is platform and configuration specific. * This example uses the first partition (a) of the SCSI disk at * SCSI target 3 on the esp host adapter in slot 0 (on board) * of the SBus of the machine. * Adapter unit-address 3,0 at sbus unit-address 0,800000. rootdev: /sbus@1,f8000000/esp@0,800000/sd@3,0:a * Set the filesystem type of the root to ufs. Note that * the equal sign can be used instead of the colon. rootfs:ufs * Set the search path for kernel modules to look first in * /usr/phil/mod_test for modules, then in /kernel/modules (the * default) if not found. Useful for testing new modules. * Note that you can delimit your module pathnames using * colons instead of spaces: moddir:/newmodules:/kernel/modules moddir:/usr/phil/mod_test /kernel/modules. * Set the configuration option {_POSIX_CHOWN_RESTRICTED} : * This configuration option is enabled by default. set rstchown = 1 * Disable the configuration option {_POSIX_CHOWN_RESTRICTED} : set rstchown = 0 * Turn on debugging messages in the modules mydriver. This is useful * during driver development. set mydriver:debug = 1 * Bitwise AND the kernel variable "moddebug" with the * one's complement of the hex value 0x880, and set * "moddebug" to this new value. set moddebug & ~0x880 * Demonstrate the cumulative effect of the SET * bitwise AND/OR operations by further modifying "moddebug" * by ORing it with 0x40. set moddebug | 0x40 SEE ALSO
boot(1M), init(1M), kernel(1M) WARNINGS
Use care when modifying the system file; it modifies the operation of the kernel. If you preserved the original system file, you can boot using boot -a, which will ask you to specify the path to the saved file. This should allow the system to boot correctly. If you cannot locate a system file that will work, you may specify /dev/null. This acts as an empty system file, and the system will attempt to boot using its default settings. NOTES
The /etc/system file is read only once, at boot time. SunOS 5.11 3 Nov 2004 system(4)
All times are GMT -4. The time now is 09:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy