Which packages contain?


 
Thread Tools Search this Thread
Operating Systems Solaris Which packages contain?
Prev   Next
# 1  
Old 09-20-2009
Which packages contain?

Cannot find which packages install:

The executable:
sharemgr

The service:
smb/server

Anyone knows?

Background, I want to setup CIFS on ZFS.
Solaris 10.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Application packages

Hello, I just build an AIX 7.1 box. I'm trying to install the following packages: BASH APACHE CVS ZIP I tired to download them searching on google, but unfortunately I dint find any packages concerned with aix7.1. I got stuck at this point and dont know where to download those packages... (5 Replies)
Discussion started by: pjeedu2247
5 Replies

2. Red Hat

Need this packages RHEL 5.6, Please help

Need this packages RHEL 5.6, Please help Hey all, I need these packages for RHEL 5.6 libyaml libyaml-devel libffi libffi-devel uname -mx86_64uname -mx86_64 Please tell me from which site I can get these packages My OS is RHEL 5.6 64 bit. Thanks, Manali (1 Reply)
Discussion started by: manalisharmabe
1 Replies

3. Shell Programming and Scripting

Difference of packages

Hello all. I need to know the difference of packages installed on 2 different nodes. I used pkginfo on node1 and sorted it and saved the result to a text file1. Then I used pkginfo on node2 and sorted it aswell and saved the result to a text file2. How can I know the which packages are... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

4. Red Hat

help on addon packages

Hello, I am running vertica on my VMware which has Centos 5.5. I wanted to add some packages to the OS as I am working on some user defined functions. The packages which I need are openldap-devel glibc-devel glibc-common libidn-devel openssl-devel The Centos version is Centos 5.5... (4 Replies)
Discussion started by: nnani
4 Replies

5. IP Networking

strange packages!

I am in a LAN with 10 hosts, but only my PC (192.168.0.10) and 192.168.0.13 is on. The ip of the router is 192.168.0.1. But I am capturing strange packages. There are many public IPs is sending to port 11935 of 192.168.0.9. But 192.168.0.9 does'nt exist in my LAN, so it does'nt reply any... (2 Replies)
Discussion started by: vistastar
2 Replies

6. Solaris

Packages in zones

hello, I have this problem. I'm trying to setup 2 zones on my server with different packages. I want one zone to have the package SUNlldap and the other zone to not have it. I don't care what's on the global zone. This package seems to be set to SUNW_PKG_ALLZONES=true. So It seems, that I have... (2 Replies)
Discussion started by: bitlord
2 Replies

7. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

8. UNIX for Dummies Questions & Answers

installing packages

hi Guys, relatively new to Unix. i have a list of Unix packages to install... how do i install only what is on that list? can someone help? Kind regards Brian (1 Reply)
Discussion started by: brian112
1 Replies

9. Solaris

Packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (2 Replies)
Discussion started by: brian112
2 Replies

10. UNIX for Dummies Questions & Answers

packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (0 Replies)
Discussion started by: brian112
0 Replies
Login or Register to Ask a Question
smbstat(1M)						  System Administration Commands					       smbstat(1M)

NAME
smbstat - show Solaris CIFS file server statistics SYNOPSIS
smbstat [-di] DESCRIPTION
The smbstat command shows statistical information for the smbd server. When the -i option is specified, the smbstat command shows general information about the CIFS service. For instance, smbstat -i shows the number of sessions, connections, and open files. The -d option shows dispatched CIFS request counters. By default, the smbstat command shows all statistics. OPTIONS
The smbstat command includes the following options: -d Shows all the dispatched CIFS requests on the CIFS server. This option shows count statistics based on request activity. -i Shows the following information for the CIFS server: connections Number of CIFS connections. open_files Number of files open on the CIFS server. sessions Number of active CIFS sessions. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. ATTRIBUTES
See the attributes(5) man page for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmbsu | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ |Utility Output Format |Not-an-Interface | +-----------------------------+-----------------------------+ SEE ALSO
sharectl(1M), sharemgr(1M), smbadm(1M), smbstat(1M), attributes(5) SunOS 5.11 4 Aug 2008 smbstat(1M)